libdvbv5_d.desc_isdbt_delivery

@file desc_isdbt_delivery.h @ingroup descriptors @brief Provides the descriptors for the ISDB-T terrestrial delivery system @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab

@par Relevant specs The descriptor described herein is defined at: - ARIB STD-B10

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

isdbt_desc_delivery_free
void isdbt_desc_delivery_free(dvb_desc* desc)

@brief Frees all data allocated by the ISDB-T terrestrial delivery system descriptor @ingroup descriptors

isdbt_desc_delivery_init
int isdbt_desc_delivery_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_desc* desc)

@brief Initializes and parses the ISDB-T terrestrial delivery system descriptor @ingroup descriptors

isdbt_desc_delivery_print
void isdbt_desc_delivery_print(dvb_v5_fe_parms* parms, const(dvb_desc)* desc)

@brief Prints the content of the ISDB-T terrestrial delivery system descriptor @ingroup descriptors

Static variables

isdbt_interval
const(uint)[] isdbt_interval;

Converts an ISDB-T Interval code into a string

isdbt_mode
const(uint)[] isdbt_mode;

Converts an ISDB-T mode into a string

Structs

isdbt_desc_terrestrial_delivery_system
struct isdbt_desc_terrestrial_delivery_system

@struct isdbt_desc_terrestrial_delivery_system @ingroup descriptors @brief Struct containing the ISDB-T terrestrial delivery system

Meta